Welcome![Sign In][Sign Up]
Location:
Search - crc16 ccitt

Search list

[Other resourcecrc_table_init

Description: 根据不同的生成多项,生成CRC的初始表值,包括CRC16,CRC-CCITT,CRC32
Platform: | Size: 2553 | Author: 林司令 | Hits:

[Other resource1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134336 | Author: 邓光 | Hits:

[Other Embeded programCRCALL

Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: | Size: 3072 | Author: wentsing | Hits:

[Com PortCRC

Description: Modbus串行通讯的CRC16校验和计算方法-Modbus serial communications CRC16 checksum calculation
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopModBusCRC16

Description: CRC16校验源码。CRC域是两个字节,包含一16位的二进制,它由传输设备计算后加入到消息中。接收设备重新计算收到消息的CRC,并与接收到的CRC域中的值比较,如果两值不同,则有误-CRC16 checksum source. CRC field is two bytes, contains a 16-bit binary, it is calculated that by the transmission equipment added to the message. Receiving equipment received a message of recalculation of CRC, and received CRC values in the domain of comparison, if the two different values, then an error
Platform: | Size: 173056 | Author: qiuqiu | Hits:

[VHDL-FPGA-Verilogcrc16_ccitt

Description: crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module. -crc_table.c is for reset seed (0000) crc_table_1.c is for reset seed (ffff) CRC16_D8_m.v is a verilog module of byte paralle crc.CRC16_D8_m_tb.v is the testbench file of above module.
Platform: | Size: 3072 | Author: 樊文杰 | Hits:

[Algorithmcrc_table_init

Description: 根据不同的生成多项,生成CRC的初始表值,包括CRC16,CRC-CCITT,CRC32-According to a number of different generation, CRC generation of the initial table values, including the CRC16, CRC-CCITT, CRC32
Platform: | Size: 2048 | Author: 林司令 | Hits:

[CommunicationCrcTest

Description:
Platform: | Size: 35840 | Author: www220 | Hits:

[matlabCCITT_CRC16

Description: CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This script calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
Platform: | Size: 1024 | Author: 张原 | Hits:

[Software Engineeringcrc16

Description: Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 7168 | Author: milind | Hits:

[matlabcrc16-CCITT

Description: crc-16的编码,使用的多项式是G(x)=x^16+x^12+x^5+1-generator polynomial of degree 16: G(X)=x^16+x^12+x^5+1
Platform: | Size: 1024 | Author: 李洁 | Hits:

[Othercrc16CCITT

Description: 自己用verilog编写的crc16-ccitt码的产生,是并行的。-Crc16-ccitt code written in verilog generate parallel.
Platform: | Size: 191488 | Author: 解夏敏 | Hits:

[Other Embeded programcrc16

Description: Here s a CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-Here' s a CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
Platform: | Size: 3072 | Author: 骑士 | Hits:

[Internet-NetworkCRC_PPP

Description: 单片机实现的CRC校验,特别针对PPP协议验证过。多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
Platform: | Size: 1024 | Author: athehad | Hits:

[OtherCRC16

Description: 16位 CRC-CCITT A001码进行CRC校验小工具-CRC16 CRC-CCITT A001
Platform: | Size: 3072 | Author: 邸兴超 | Hits:

[OS programCRC-ccitt

Description: CRC16计算器 非常 非常 非常 好用-CRC16 Calculator
Platform: | Size: 1092608 | Author: liuhuan | Hits:

[VHDL-FPGA-VerilogFPGA_CRC

Description: 用Quartus II 13.0 (32-bit)实现并行计算8位数据宽度的CRC16-CCITT循环冗余码,verilog HDL源代码,并有本人手工计算的原理。本程序已经过ModelSim-Altera模拟,仿真波形文件都在本文件内。-Calculated using the Quartus II 13.0 (32-bit) parallel 8-bit data width CRC16-CCITT cyclic redundancy code, verilog HDL source code, and the principles of my hand calculations. This program has been ModelSim-Altera simulation, simulation waveform files are in this document.
Platform: | Size: 1191936 | Author: yuantielei | Hits:

[Othercrc16

Description: crc16循环冗余校验码查表法程序源码,CCITT16-crc16 cyclic redundancy check code look-up table program source code, CCITT 16
Platform: | Size: 310272 | Author: | Hits:

[LabViewCRC-pudn

Description: CRC16的9个LabVIEW算法CCITT,CCITT-KERMIT,CCITT-X25,CCITT-XMODEM,DNP,IBM,MAXIM,MODBUS,USB,开发环境LabVIEW2013-9 LabVIEW algorithm of CRC16: CCITT,CCITT-KERMIT,CCITT-X25,CCITT-XMODEM,DNP,IBM,MAXIM,MODBUS,USB The development environment version is LabVIEW 2013
Platform: | Size: 113664 | Author: 刘昕 | Hits:

[Com Portcrc16-ccitt (xFFFF) LV2012 NIVerified.zip

Description: LABVIEW开发的用来做CRC校验的工具, 结果运算正确,分享给大家,请大家下载使用。 谢谢!(That is the demo for CRC calculation, developed by labview, you can download to use)
Platform: | Size: 10240 | Author: fordyu | Hits:
« 1 23 »

CodeBus www.codebus.net